From 20cfff786b2ad34038f302a6a13c1531cbbd7c84 Mon Sep 17 00:00:00 2001 From: tsteven4 Date: Wed, 2 May 2018 09:02:17 -0600 Subject: [PATCH] remove vestiges of obsolete options -N, -c, -l. (#171) --- main.cc | 1 - xmldoc/chapters/use.xml | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/main.cc b/main.cc index 55b3aeac2..a9d5daf38 100644 --- a/main.cc +++ b/main.cc @@ -139,7 +139,6 @@ usage(const char* pname, int shorter) " -T Process realtime tracking information\n" " -w Process waypoint information [default]\n" " -b Process command file (batch mode)\n" - " -N No smart icons on output\n" " -x filtername Invoke filter (placed between inputs and output) \n" " -D level Set debug level [%d]\n" " -h, -? Print detailed help and exit\n" diff --git a/xmldoc/chapters/use.xml b/xmldoc/chapters/use.xml index cd38e0061..18d4bd828 100644 --- a/xmldoc/chapters/use.xml +++ b/xmldoc/chapters/use.xml @@ -156,13 +156,6 @@ merged data to multiple destinations. gpsbabel -i geo -f 1.loc -o gpx -F 1.gpx -o pcx -F 1.wpt - If you want to change the character set of input or/and - output side you can do this with the option . You can get a complete list - of supported character sets with "gpsbabel -l". To change - the character set on both sides you should do this: - gpsbabel -i xcsv,style=foo.style -c latin1 -f foo -o xcsv,style=bar.style -c ms-ansi -F bar - Note, that some formats have a fixed character set and ignore this option. Route and Track Modes @@ -369,11 +362,8 @@ merged data to multiple destinations. Work on waypoints. This is the default. Enable Realtime tracking. This option isn't supported by the majority of our file formats, but repeatedly reads location from a GPS and writes it to a file as described in Process batch file. In addition to reading arguments from the command line, we can read them from files containing lists of commands as described in - Select character set. This option lets you chose the character set. You can get a list of supported character sets via - Control "smart" output. The actually has two subtoptions, and . This lets you control whether a given writer will choose smart icons and names, respectively. The option by itself selects both. Run filter. This option lets use use one of of our many data filters. Position of this in the command line does matter - remember, we process left to right. Enable debugging. Not all formats support this. It's typically better supported by the various protocol modules because they just plain need more debugging. This option may be followed by a number. Zero means no debugging. Larger numbers mean more debugging. - Print character sets. Print help. Print version number. -- 2.30.2